تسجيل الدخول إنشاء حساب جديد

shared memory أمثلة على

"shared memory" معنى  
أمثلةجوال إصدار
  • The current standard interface for shared memory multiprocessing is OpenMP.
    الواجهة القياسية الحالية للذاكرة المشتركة متعددة المعالجة هي أوبن أم بي .
  • Shared memory computers cannot scale very well.
    الحواسيب بذاكرة مشتركة لا تتناسب جيدا.
  • The page based approach organizes shared memory into pages of fixed size.
    نهج الصفحة يستند على تنظيم الذاكرة المشتركة في صفحات من حجم ثابت.
  • Shared memory programming languages communicate by manipulating shared memory variables.
    لغات البرمجة التي تتعامل بذاكرة مشتركة تتواصل عن طريق التلاعب بالمتغيرات في الذاكرة المشتركة.
  • Shared memory programming languages communicate by manipulating shared memory variables.
    لغات البرمجة التي تتعامل بذاكرة مشتركة تتواصل عن طريق التلاعب بالمتغيرات في الذاكرة المشتركة.
  • Software DSM systems also have the flexibility to organize the shared memory region in different ways.
    ولبرامج أنظمة الذاكرة المشتركة الموزعة مرونة في تنظيم منطقة الذاكرة المشتركة بطرق مختلفة.
  • As a result, shared memory computer architectures do not scale as well as distributed memory systems do.
    ونتيجة لذلك، فإن هندسة الحواسيب بذاكرة مشتركة لا تتناسب جيدا مع أنظمة الذاكرة الموزعة.
  • Typically, that can be achieved only by a shared memory system, in which the memory is not physically distributed.
    لا يمكن أن يتحقق هذا إلا من خلال نظام ذاكرة مشتركة حيث لا وجود لتوزيع مادي للذاكرة.
  • In contrast, the object based approach organizes the shared memory region as an abstract space for storing shareable objects of variable sizes.
    وفي المقابل ، فإن النهج الكائنات يستند على تنظيم المنطقة الذاكرة المشتركة باعتبارها فضاء مجرد لتخزين الكائنات مشتركة بأحجام متغيرة.
  • Shared memory architecture may involve separating memory into shared parts distributed amongst nodes and main memory; or distributing all memory between nodes.
    قد تنطوي بنية الذاكرة المشتركة على فصل للذاكرة إلى أجزاء مشتركة موزعة بين العقد والذاكرة الرئيسية، أو توزيع كافة الذاكرة بين العقد.
  • In computer science, shared memory is memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them or avoid redundant copies.
    الذاكرة المشتركة هي ذاكرة يمكن لعدة برمجيات الوصول إليها في نفس الوقت بغية التواصل فيما بينها أو تفادي تكرار النسخ.
  • Distributed shared memory and memory virtualization combine the two approaches, where the processing element has its own local memory and access to the memory on non-local processors.
    الذاكرة المشتركة الموزعة والذاكرة الافتراضية تجمعان بين النهجين، حيث أن كل عنصر معالجة يملك ذاكرة محلية خاصة به وسبيلا للوصول إلى ذاكرة على معالجات غير المحلية.
  • Similarly, in distributed shared memory each node of a cluster has access to a large shared memory in addition to each node's limited non-shared private memory.
    وبالمثل في الذاكرة الموزعة المشتركة كل عقدة في العنقود أو الكتلة تستطيع الولوج إلى عدد كبيرمن ذاكرة مشتركة بالإضافة لكل عقدة محدودة غير مشتركة في الذاكرة الخاصة.
  • Similarly, in distributed shared memory each node of a cluster has access to a large shared memory in addition to each node's limited non-shared private memory.
    وبالمثل في الذاكرة الموزعة المشتركة كل عقدة في العنقود أو الكتلة تستطيع الولوج إلى عدد كبيرمن ذاكرة مشتركة بالإضافة لكل عقدة محدودة غير مشتركة في الذاكرة الخاصة.
  • PLATO was remarkably innovative for its time; the shared memory model of PLATO's TUTOR programming language allowed applications such as real-time chat and multi-user graphical games.
    كان بلوتو مبتكر بشكل ملحوظ في وقته وكان نموذج الذاكرة المشتركة من لغة البرمجة توتور لبلوتو يسمح بالتطبيقات مثل الدردشة في الوقت الحقيقي والألعاب الرسومية متعددة المستخدمين .
  • Because the generation have no shared memory of the prior world they cannot compare the new system with the old and will uncritically accept the new system as the natural order.
    ولأن هذا الجيل لا تكون لديه ذاكرة مشتركة للعالم قبل ولادته، فإنهم لا يمكنهم مقارنة النظام الجديد مع القديم، وبالتالي، سوف يقبلون دون تمحيص المجتمع الجديد على أنه النظام الطبيعي.
  • Main memory in a parallel computer is either shared memory (shared between all processing elements in a single address space), or distributed memory (in which each processing element has its own local address space).
    تكون الذاكرة الرئيسية في أجهزة الحواسيب المتوازية إما ذاكرة مشتركة (تشترك جميع عناصر المعالجة في مساحة تخزينية واحدة) أو ذاكرة موزعة (التي يكون فيها لكل عنصر من عناصر التجهيز مساحة تخزينية محلية خاصة به).